Revert "notebook: redraw arrows after closing a tab"
authorMichael Catanzaro <mcatanzaro@gnome.org>
Fri, 27 Jan 2017 14:54:24 +0000 (08:54 -0600)
committerMichael Catanzaro <mcatanzaro@gnome.org>
Fri, 27 Jan 2017 14:54:24 +0000 (08:54 -0600)
This reverts commit 218beb2ef49d407b547047693605328c10d4877d.

gtk/gtknotebook.c

index 2d9a06fb8116065e002673bfe61d4c4275b53954..0afa5cb6c45bcb1d8577473d1c47de53ba90f399 100644 (file)
@@ -4950,8 +4950,6 @@ gtk_notebook_real_remove (GtkNotebook *notebook,
   gtk_notebook_update_labels (notebook);
   if (need_resize)
     gtk_widget_queue_resize (GTK_WIDGET (notebook));
-  if (priv->scrollable)
-    gtk_notebook_redraw_arrows (notebook);
 }
 
 static void